added iOS source code
[wl-app.git] / iOS / Pods / Target Support Files / MZDownloadManager / MZDownloadManager.modulemap
diff --git a/iOS/Pods/Target Support Files/MZDownloadManager/MZDownloadManager.modulemap b/iOS/Pods/Target Support Files/MZDownloadManager/MZDownloadManager.modulemap
new file mode 100644 (file)
index 0000000..03eeb17
--- /dev/null
@@ -0,0 +1,6 @@
+framework module MZDownloadManager {
+  umbrella header "MZDownloadManager-umbrella.h"
+
+  export *
+  module * { export * }
+}